const runtime.spanAllocHeap
9 uses
runtime (current package)
arena.go#L1049: h.initSpan(s, spanAllocHeap, spc, base, userArenaChunkPages)
mheap.go#L942: spanAllocHeap spanAllocType = iota // heap span
mheap.go#L950: return s != spanAllocHeap
mheap.go#L970: s = h.allocSpan(npages, spanAllocHeap, spanclass)
mheap.go#L1358: if typ == spanAllocHeap {
mheap.go#L1366: case spanAllocHeap:
mheap.go#L1589: h.freeSpanLocked(s, spanAllocHeap)
mheap.go#L1651: if typ == spanAllocHeap {
mheap.go#L1657: case spanAllocHeap:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)